added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBASPNETPreventMultipleWindows / Default.aspx
blob40ac97421656daaa97a7510a860b1471ad255033
1 <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="VBASPNETPreventMultipleWindows._Default" %>
3 <%@ Register src="UserControls/DefaultPage.ascx" tagname="DefaultPage" tagprefix="uc1" %>
5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xmlns="http://www.w3.org/1999/xhtml">
8 <head runat="server">
9     <title></title>
10 </head>
11 <body>
12     <form id="form1" runat="server">
13     <div>
14     
15         <uc1:DefaultPage ID="DefaultPage1" runat="server" />
16     
17     </div>
18     </form>
19 </body>
20 </html>